home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AppleScript - The Beta Release
/
AppleScript - The Beta Release.iso
/
Developer Scripts
/
FileMaker Pro 2.0 AS Examples
/
Property Examples
/
Menu Item Properties
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-25
|
337 b
|
9 lines
|
[
TEXT/ToyS
]
tell application "FileMaker Pro"
make Menu Item
class of first Menu Item of Menu "File"
default type of first Menu Item of Menu "File"
best type of first Menu Item of Menu "File"
Item Number of Menu Item "New…" of Menu "File"
Checked of Menu Item "New…" of Menu "File"
notify address of first Menu Item of Menu "external"
end tell